Normalize imports according to usual coding style#1040
Conversation
|
I want I understand this one better. We spend a lot of effort doing the opposite and now you are undoing it with no real explanation… |
How so? Either way, I don't see a strong reason for the |
|
To be clear, I'm not removing any re-rexports, just changing internal import patterns. |
|
I am on my phone not the computer. Maybe do a got blame in some of the lines invoking vello and Kurbo. |
|
After doing some git blames, I see:
I think neither are "incompatible" with this PR, or give a direction that this PR goes against. Overall, I think we just haven't officially decided on a standard between |
|
I guess I don’t actually care enough to argue about it. It is all bad anyway. |
|
We can always agree on an import format after the crate split. |
Replace
crate::vello/kurbo/parleywithvello/kurbo/parley.Group imports with the usual std-imports-crate grouping.
Import
debug_panicmanually in each file instead of using syntactic macro lookup.These changes will make the crate split easier.